home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-02-26 | 413 b | 22 lines |
- #
- # This is the make file for the xtra lib subdirectory.
- #
- # Gershon Elber, Aug 1991
- #
-
- include ../makeflag.sas
-
- OBJS = nure_svd.o bzrintrp.o
-
- xtra.lib: $(OBJS)
- rm -f xtra.lib
- oml xtra.lib a *.o
-
- install: xtra.lib
- mv -f xtra.lib $(LIB_DIR)
-
- # DO NOT DELETE THIS LINE -- make depend depends on it.
-
- bzrintrp.o: ../include/irit_sm.h ../include/extra_fn.h
- nure_svd.o: ../include/irit_sm.h ../include/imalloc.h
-